home *** CD-ROM | disk | FTP | other *** search
/ The Heroic Legends of Hercules & Xena / The Heroic Legends of Hercules and Xena.iso / mac / BardDIRS / MONST.DIR / 00004_Script_4 < prev    next >
Text File  |  1996-11-11  |  393b  |  22 lines

  1. on enterframe
  2.   global monster
  3.   puppetsprite 14,true
  4.   set the member of sprite 14 to monster
  5.   updatestage
  6. end 
  7.  
  8.  
  9. on exitframe
  10.   
  11.   puppetsprite 4,true
  12.   puppetsprite 8,true
  13.   
  14.   puppetsprite 14,true
  15.   puppetsprite 15,true
  16.   puppetsprite 16,true
  17.   puppetsprite 17,true
  18.   set the cursor of sprite 2 to [15,16]
  19.   set the cursor of sprite 5 to [17,18]
  20.   go the frame  
  21. end
  22.